.footer {
    width: 100%;
  position: relative;
  z-index: 10;
    background: #34383D;
}
.subscribe{
    text-align: center;
    height: 140px;
    line-height: 140px;
    background: #474D57;
}
.subscribe span{
    color: #fff;
    font-size: 24px;
}
.subscribe a{
    color: #fff;
    font-size: 24px;
    height: 16px;
    font-size: 16px;
    padding: 14px 48px;
    border-radius: 4px;
    margin-left: 40px;
    background: #04ce9b;
    color: #fff;
    cursor: pointer;
}
.subscribe a:hover{
    color: #fff!important;
    background: #0ea7a5;
}
.footer-cont{padding-bottom: 30px;}
.footer-top {
    min-height: 210;
    overflow: hidden;
    padding-top: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #41464D;
}

.footer ul {
    float: left;
    margin-bottom: 36px;
}

.footer ul li {
    float: left;
    width: 58px;
    margin-right: 142px;
}

.footer ul li h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.footer ul li a {
    display: block;
    color: #8C8C8C;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
}

.footer ul li a:hover{
    color: #fff;
}

.footer-two-code {
    float: right;
    margin-left:30px;
    text-align: center;
}

.footer-two-code h2 {
    color: #fff;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.footer-two-code p {
    color: #8C8C8C;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin-top: 20px;
}

.footer-two-code img {
    width: 100px;
    height: 100px;
    margin-top: 12px;
}
.friend_href{
    line-height: 30px;
    min-height: 20px;
    color: #8C8C8C;
    font-size: 12px;
   padding-top: 10px;
}
.friend_href a:hover{
    color: #fff;
}
.friend_href a{
    color: #8C8C8C !important
}

.friend_href span{
    padding: 0 10px;
}
.footer-bottom p{
    color: #8C8C8C;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 18px;
}
.footer-bottom p:nth-child(2){
    margin-top: 10px;
}

.safari_div{
    position: absolute;
    width: 100%;
    height: 20px;
    background: #34383D;
    /* bottom: 0; */
}